home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-19 | 598 b | 30 lines | [TEXT/MPS ] |
- (*
-
- Copyright ⌐ 1989-1990 Larry S. Rosenstein. All rights reserved.
- You may use this source code in your own Macintosh programs,
- but you may not redistribute or sell it.
-
- *)
-
- UNIT UShapeCommandsImpl;
-
- { This unit contains the definitions of TShapePalette (representing a palette of
- tools), and all the command objects defined by the building block. }
-
-
- INTERFACE
-
- USES
- Errors, UMacApp, UGridView,
- UStream, UQuickDrawPattern, UShape,
- UShapeList, UShapeViewHelper, UShapeFilters, UShapePaletteView, UShapeView,
- UShapeCommands;
-
-
-
-
- IMPLEMENTATION
-
- {$I UShapeCommands.inc1.p}
-
- END.